home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / dev / obero / Oberon.lha / Oberon.readme < prev   
Encoding:
Text File  |  1995-04-11  |  2.7 KB  |  58 lines

  1. This is the V4 Beta release (0.9) of "Oberon for Amiga" of ETH Zurich.
  2.  
  3. "Oberon for Amiga" requires at least an MC68020 and a minimum of 1MByte of
  4. free memory. Floating point calculations (types REAL and LONGREAL)
  5. additionally require an FPU. We have tested it on WB3.0. This version requires
  6. WB2.0 or better, but the screen mode requester will be available only with
  7. WB3.0 or better. Screen depth, height and width can now be changed in WB2.0
  8. too, using the System.ChangeMode command with arguments. System.ShowMode will
  9. supply them for the current setting. Just edit, and apply ChangeMode.
  10. "Oberon for Amiga" works best with 8 colors (3 planes).
  11.  
  12. NOTE: Oberon for Amiga doesn't work on XFH file systems.
  13.  
  14. "Oberon for Amiga" is distributed as an lha archive. The archive contents have
  15. to be copied into a common directory (e.g. Work:Oberon). This directory should
  16. be put in your command search path. "Oberon for Amiga" is started using the
  17. Oberon icon.
  18.  
  19.   Example for an installation:
  20.  
  21.   1. Change to the directory where you want to install Oberon
  22.   2. Insert the diskette of "Oberon for Amiga" in your floppy drive
  23.   3. Extract the contents of the archive file into the current directory
  24.       lha -a x df0:Oberon.lha
  25.  
  26. Note: If you already installed Oberon for Amiga 0.6, you should use a new directory,
  27.       as this beta uses subdirectories for different kind of files.
  28.  
  29.       If you installed Oberon for Amiga 0.7, you should first delete the contents
  30.       of the System directory, as now these files are split over more directories.
  31.  
  32.       Don't store your private files into one of the subdirectories, but rather
  33.       use the top directory, or a separate one, which you can add in the
  34.       assign in the Oberon script.
  35.  
  36. When started for the first time, "Oberon for Amiga" will ask for the preferred
  37. screen mode and resolution (only WB3.0 or better). This information will be
  38. stored in the environment variable Oberon4Amiga. The command System.ChangeMode
  39. can be used to change the value at a later time.
  40.  
  41. Now you should read the file Release.Notes.Text, to find out what has changed
  42. since the last release or Welcome.Text if you use the system for the first time.
  43.  
  44. If "Oberon for Amiga" gets out of control (e.g. because of a looping command),
  45. use the KillOberon icon to terminate it. The Amiga OS has problems if a process
  46. is interrupted, while it is waiting for a message reply. To avoid problems,
  47. Ctrl-C refuses to work, when it detects a possible critical situation.
  48.  
  49. System.Quit terminates the Oberon process. It is the normal way to leave
  50. "Oberon for Amiga".
  51.  
  52. Please mail any bugs encountered to ludwig@inf.ethz.ch, to which you can
  53. also direct questions.
  54.  
  55.             claudio / stefan    6-Apr-1995
  56.  
  57. PS: Ralf Degner contributed an improved version of the compiler back-end.
  58.